runtime.mheap.cachealloc (field)
7 uses
runtime (current package)
mcache.go#L89: c = (*mcache)(mheap_.cachealloc.alloc())
mcache.go#L117: mheap_.cachealloc.free(unsafe.Pointer(c))
metrics.go#L653: a.mCacheInUse = uint64(mheap_.cachealloc.inuse)
mheap.go#L203: cachealloc fixalloc // allocator for mcache*
mheap.go#L757: h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
mstats.go#L531: stats.MCacheInuse = uint64(mheap_.cachealloc.inuse)
panic.go#L1239: if mheap_.cachealloc.size == 0 { // very early
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |